home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / Picking Mesh ShapeParts / Includes / PickMeshShapePartSupport.h < prev   
Encoding:
Text File  |  1997-08-14  |  605 b   |  36 lines  |  [TEXT/MPCC]

  1. // PickMeshShapePartSupport.h
  2. //
  3. // Modification History:
  4. //
  5. //    12/27/94        nick        initial version
  6. //    11/09/95        robert        Removed unused prototypes
  7.  
  8. #ifndef _PICKMESHSHAPEPARTSUPPORT_H_
  9. #define _PICKMESHSHAPEPARTSUPPORT_H_
  10.  
  11. // Macintosh System Stuff
  12. #include <Windows.h>
  13.  
  14. // QuickDraw 3D stuff
  15. #include "QD3D.h"
  16.  
  17. TQ3ViewObject MyNewView(
  18.     WindowPtr    theWindow);
  19.  
  20. TQ3DrawContextObject MyNewDrawContext(
  21.     WindowPtr    theWindow);
  22.  
  23. TQ3CameraObject MyNewCamera(
  24.     WindowPtr    theWindow);
  25.  
  26. TQ3GroupObject MyNewCamera(
  27.     WindowPtr    theWindow);
  28.  
  29. TQ3GroupObject MyNewLights(
  30.     void);
  31.  
  32. TQ3GroupObject MyNewModel(
  33.     void);
  34.  
  35. #endif
  36.